home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / medemo70.zip / MEDEMO.ZIP / SAMPLE.PRG < prev    next >
Text File  |  1993-07-15  |  939b  |  19 lines

  1. * ┌─ Program ────────────────────────────────────────────────────────────────┐
  2. * │  Application: SAMPLE                                                     │
  3. * │  Description:                                                            │
  4. * │    File Name: SAMPLE.PRG                                                 │
  5. * │       Author: Bill French                                                │
  6. * │ Date created: 07-15-93              Date updated: ■07-15-93              │
  7. * │ Time created: 11:45:04am            Time updated: ■11:45:04am            │
  8. * │    Make File: DEMO.RMK                                                   │
  9. * │    Exec File: DEMO.EXE              Docs By: Sherry French               │
  10. * │    Copyright: (c) 1993 by Global Technologies Corporation                │
  11. * └──────────────────────────────────────────────────────────────────────────┘
  12.  
  13.  
  14. FUNCTION Main()
  15.  
  16.    USE sample NEW
  17.    
  18. RETURN NIL
  19.